home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / docs / howto / server-info / coreDumpAnise < prev    next >
Encoding:
Text File  |  1992-12-14  |  830 b   |  24 lines

  1. This is a little note on how to get a kernel core image off anise.
  2. Date: Wed Dec 19 10:18:26 PST 1990
  3.  
  4. Step 1) Make sure Anise is in the debugger. If not, put it in the debugger.
  5.  
  6. Step 2) Login to allspice as root (or any other account that doesn't have
  7.     a home directory or search path on anise's disk.). Go to a file system
  8.     with > 20 megabytes free space. I suggest the directory /swap1/cores
  9.  
  10. Step 2.5) Test to make sure that anise is in the debugger.  "kmsg -v anise"
  11.       should work at this time.
  12.  
  13. Step 3) Run kgcore as follows: "kgcore -v anise"
  14.         The -v is optional but I like it because it prints progress messages.
  15.     Note that this step can take several (~ 2) minutes.
  16.  
  17. Step 4) Rename the file "vmcore" so something more meaningful such as 
  18.     "mv vmcore vmcore.anise.crash.11-21".   
  19.  
  20. Step 5) Reboot anise.
  21.  
  22.     Mendel
  23.  
  24.